Metodo UtilityStringIsDimension
|
Contolla se l'attributo è del tipo d12, d432, etc.. e nel caso lo esclude.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static bool StringIsDimension(
string keyUpper,
char firstChar
)
Public Shared Function StringIsDimension (
keyUpper As String,
firstChar As Char
) As Boolean
public:
static bool StringIsDimension(
String^ keyUpper,
wchar_t firstChar
)
static member StringIsDimension :
keyUpper : string *
firstChar : char -> bool
Parametri
- keyUpper String
-
- firstChar Char
-
Valore di ritorno
BooleanVedi anche