Walter.BOM
TryParse<T,TSender> Method (ParseExtensions)
Walter.BOM Assembly > Walter.BOM Namespace > ParseExtensions Class : TryParse<T,TSender> Method
The sender used to parse on
the text to parse
the value to return
implements parsing to cast a type from string to a type
Syntax
public static bool TryParse<T,TSender>( 
   TSender sender,
   string? text,
   out T? value
)
where TSender: ITryParse<T>, ITryParse<T>

Parameters

sender
The sender used to parse on
text
the text to parse
value
the value to return

Type Parameters

T
TSender

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

ParseExtensions Class
ParseExtensions Members