Visual Basic (Declaration) | |
---|---|
Public Shared Function StringToLogLevel( _ ByVal strLogLevel As String _ ) As modConstantsAndEnums.eLogLevel |
Visual Basic (Usage) | ![]() |
---|---|
Dim strLogLevel As String Dim value As modConstantsAndEnums.eLogLevel value = Logger.StringToLogLevel(strLogLevel) |
C# | |
---|---|
public static modConstantsAndEnums.eLogLevel StringToLogLevel( string strLogLevel ) |
C++/CLI | |
---|---|
public: static modConstantsAndEnums.eLogLevel StringToLogLevel( String^ strLogLevel ) |
Parameters
- strLogLevel
- String which should be converted