nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / TryParseOptions

TryParseOptions

Full name Microsoft.VisualBasic.Text.Parser.TryParseOptions Assembly Microsoft.VisualBasic.Runtime Members 6

01 Syntax

Microsoft.VisualBasic.Text.Parser.TryParseOptions

02 Fields

NameOverloadsSummary
Empty 2 Function should returns empty string when try parse failed.
Nothing 2 Function should returns nothing when try parse failed.
Source 2 Function should returns the source input when try parse failed.

03 Members

field Empty #
Empty

Function should returns empty string when try parse failed.

field Nothing #
Nothing

Function should returns nothing when try parse failed.

field Source #
Source

Function should returns the source input when try parse failed.

field Empty overload 2 #
Empty
field Nothing overload 2 #
Nothing
field Source overload 2 #
Source