public static bool TryParse(
string s,
out SchemeType type
)
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef type As SchemeType
) As Boolean
public:
static bool TryParse(
String^ s,
[OutAttribute] SchemeType^% type
)
static member TryParse :
s : string *
type : SchemeType byref -> bool