본문으로 건너뛰기

GetString

Overloads

NameDescription
GetString()Get String
GetString(bool preserveWhitespace)Get String
GetString(bool allowOuterQuotes, bool preserveWhitespace)Get String
GetString(bool allowOuterQuotes, bool preserveWhitespace, string text)Get String

GetString()

public string GetString()

Get String

Returns

TypeDescription
stringString Value

GetString(bool preserveWhitespace)

public string GetString(bool preserveWhitespace)

Get String

Parameters

NameTypeDescription
preserveWhitespaceboolPreserve Whitespace

Returns

TypeDescription
stringString Value

GetString(bool allowOuterQuotes, bool preserveWhitespace)

public string GetString(bool allowOuterQuotes, bool preserveWhitespace)

Get String

Parameters

NameTypeDescription
allowOuterQuotesboolAllow Outer Quotes
preserveWhitespaceboolPreserve Whitespace

Returns

TypeDescription
stringString Value

GetString(bool allowOuterQuotes, bool preserveWhitespace, string text)

public string GetString(bool allowOuterQuotes, bool preserveWhitespace, string text)

Get String

Parameters

NameTypeDescription
allowOuterQuotesboolAllow Outer Quotes
preserveWhitespaceboolPreserve Whitespace
textstringtext

Returns

TypeDescription
stringString Value