![]() |
3DRadSpace
v1.0.0a
Scripting documentation
|
Class that allows safe conversions between numeric types and strings. More...
Static Public Member Functions | |
static int | IntFromString (string s) |
Try parsing an integer from a string. More... | |
static int | IntFromString (object o) |
Converts an object to a string. More... | |
static int | SingleNumberFromChar (char c) |
static bool | BoolFromString (string b) |
Converts a string to a bool More... | |
static float | FloatFromString (string f) |
static string | BoolToString (bool b) |
Converts a bool to a string. More... | |
static string | IntToString (int num) |
static string | FloatToString (float f) |
Class that allows safe conversions between numeric types and strings.
|
static |
Converts a string to a bool
b |
|
static |
Converts a bool to a string.
b |
|
static |
f |
|
static |
f |
|
static |
Converts an object to a string.
o |
|
static |
Try parsing an integer from a string.
s |
|
static |
num |
|
static |
c |