Walter.BOM
TryParse Method (ITryParse<T>)
Walter.BOM Assembly > Walter.BOM Namespace > ITryParse<T> Interface : TryParse Method
the text to parse
the value to return
implements parsing to cast a type from string to a type
Syntax
static bool TryParse( 
   string? text,
   out T? value
)

Parameters

text
the text to parse
value
the value to return

Return Value

true if the type could be converted from string
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITryParse<T> Interface
ITryParse<T> Members