Name | Description | |
---|---|---|
![]() ![]() | CBool | Overloaded. Converts string to bool |
![]() ![]() | CByte | Overloaded. Converts string to byte |
![]() ![]() | CChar | Overloaded. Converts string to char |
![]() ![]() | CDate | Overloaded. Converts string to DateTime |
![]() ![]() | CDbl | Overloaded. Converts string to double |
![]() ![]() | CDec | Overloaded. Converts string to decimal |
![]() ![]() | CInt | Overloaded. Converts string to int |
![]() ![]() | CLng | Overloaded. Converts string to long |
![]() ![]() | CObj | Converts object to object |
![]() ![]() | CShort | Overloaded. Converts string to short |
![]() ![]() | CSng | Overloaded. Converts string to float |
![]() ![]() | CStr | Overloaded. Converts a boolean value to its equivalent string representation. |
![]() ![]() | Fix | Overloaded. Return the integer portion of a number. |
![]() ![]() | Hex | Overloaded. Returns a string representing the hexadecimal value of a number. |
![]() ![]() | Int | Overloaded. Return the integer portion of a number. |
![]() ![]() | Oct | Overloaded. Returns a string representing the octal value of a number. |
![]() ![]() | Str | Returns a String representation of a number. |
![]() ![]() | Val | Overloaded. Returns the numbers contained in a string as a numeric value of appropriate type. |