Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
protected string[] ReadFormatOptions(
string s,
int start,
out int newStart
)
protected string[] ReadFormatOptions(
string s,
int start,
out int newStart
)
Protected Function ReadFormatOptions (
s As String,
start As Integer,
<OutAttribute> ByRef newStart As Integer
) As String()
Protected Function ReadFormatOptions (
s As String,
start As Integer,
<OutAttribute> ByRef newStart As Integer
) As String()
protected:
array<String^>^ ReadFormatOptions(
String^ s,
int start,
[OutAttribute] int% newStart
)
protected:
array<String^>^ ReadFormatOptions(
String^ s,
int start,
[OutAttribute] int% newStart
)
member ReadFormatOptions :
s : string *
start : int *
newStart : int byref -> string[]
member ReadFormatOptions :
s : string *
start : int *
newStart : int byref -> string[]
Return Value
Type:
String