SessionTimer.ParseColor Method
Parses a hexadecimal string representing a color.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim hexValue As String
Dim returnValue As Color
returnValue = SessionTimer.ParseColor(hexValue)
Syntax
'Declaration
Public Shared Function ParseColor ( _
hexValue As String _
) As Color
public static Color ParseColor (
string hexValue
)
public:
static Color ParseColor (
String^ hexValue
)
public static Color ParseColor (
String hexValue
)
public static function ParseColor (
hexValue : String
) : Color
Parameters
- hexValue
Specifies the hexadecimal color of the form #FFFFFF
Return Value
The corresponding .NET Color
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
SessionTimer Class
SessionTimer Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.