Click or drag to resize
TokenizerTake Method (Int32)
Takes the specified length.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public string Take(
	int length
)

Parameters

length
Type: SystemInt32
The length.

Return Value

Type: String
System.String.
See Also