'Declaration Public Shared Function TryParse( _ ByVal s As String, _ ByRef range As OutputRange _ ) As Boolean
public static bool TryParse( string s, out OutputRange range )
Parameters
- s
- range
'Declaration Public Shared Function TryParse( _ ByVal s As String, _ ByRef range As OutputRange _ ) As Boolean
public static bool TryParse( string s, out OutputRange range )