IStringsApiParseKiloNumber Method

GF API Documentation
Parses (collapsed) integer value.

Namespace:  GF.Api.Utils
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

Nullable<long> ParseKiloNumber(
	string value
)

Parameters

value
Type: SystemString
string representing kilo value

Return Value

Type: NullableInt64
long value
See Also

Reference