Namespace: Cartella.Support
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public static T GetEnum<T>( string intStr ) |
| Visual Basic |
|---|
Public Shared Function GetEnum(Of T) ( _ intStr As String _ ) As T |
| Visual C++ |
|---|
public: generic<typename T> static T GetEnum( String^ intStr ) |
Parameters
- intStr
- Type: System..::..String
Type Parameters
- T