NumberParse(String, String) Method
Parses text and returns the parsed value as
NumberNamespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static Number Parse(
string text,
string format
)
Public Shared Function Parse (
text As String,
format As String
) As Number
static member Parse :
text : string *
format : string -> Number
- text String
- The text to parsed
- format String
- The format to parse the text with
Number