SchemeTypeTryParse(String, Boolean, SchemeType) - метод
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static bool TryParse(
string? s,
bool notNullByDefault,
out SchemeType?? type
)
Public Shared Function TryParse (
s As String,
notNullByDefault As Boolean,
<OutAttribute> ByRef type As SchemeType
) As Boolean
public:
static bool TryParse(
String^ s,
bool notNullByDefault,
[OutAttribute] SchemeType^% type
)
static member TryParse :
s : string *
notNullByDefault : bool *
type : SchemeType byref -> bool
- s String
-
- notNullByDefault Boolean
-
- type SchemeType
-
Boolean