Click or drag to resize

BinaryStringToInt64 Method

Returns a 64bit signed integer whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public long ToInt64(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider
Culture-specific formatting information.

Return Value

Type: Int64
The converted value.

Implements

IConvertibleToInt64(IFormatProvider)
See Also