[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OutputRange.TryParse

TryParse Method

TryParse(string, out OutputRange)

Tries to parse specified string and create OutputRange object from it.

Declaration
public static bool TryParse(string s, out OutputRange range)
Public Shared Function TryParse(s As String, ByRef range As OutputRange) As Boolean
Parameters
Type Name Description
string s

The string to parse.

OutputRange range

OUT: The created OutputRange object or null if string does not define OutputRange object.

Returns
Type Description
bool

Returns true if string was successfully parsed, false otherwise.