Tokenizer..::..Take Method (Int32)

Takes the specified length.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll)

Syntax


public string Take(
	int length
)
Public Function Take ( _
	length As Integer _
) As String
public:
String^ Take(
	int^ length
)

Parameters

length
Type: Int32
The length.

Return Value

System.String.