TokenizerTake Method (Int32) |
Takes the specified length.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic string Take(
int length
)
Public Function Take (
length As Integer
) As String
public:
String^ Take(
int length
)
member Take :
length : int -> string
Parameters
- length
- Type: SystemInt32
The length.
Return Value
Type:
StringSystem.String.
See Also