Metodo UtilityStringIsDimension
             | 
          
        
        
            Contolla se l'attributo è del tipo d12, d432, etc.. e nel caso lo esclude.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic 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
Boolean
Vedi anche