Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static Int128 Parse(
	string s
)
Visual Basic
Public Shared Function Parse ( 
	s As String
) As Int128
Visual C++
public:
static Int128 Parse(
	String^ s
)
F#
static member Parse : 
        s : string -> Int128 

Parameters

s
Type: System..::..String

Return Value

Type: Int128

See Also