NumberParse(String, String) Method

Parses text and returns the parsed value as Number

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static Number Parse(
	string text,
	string format
)

Parameters

text  String
The text to parsed
format  String
The format to parse the text with

Return Value

Number

See Also