Int64NParse(String, NumberStyles, IFormatProvider) Method

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static Int64N Parse(
	string s,
	NumberStyles style,
	IFormatProvider? provider
)

Parameters

s  String
 
style  NumberStyles
 
provider  IFormatProvider
 

Return Value

Int64N

See Also