'Declaration
Public Shared Function ColorToString( _ ByVal c As System.Drawing.Color _ ) As System.String
'Usage
Dim c As System.Drawing.Color Dim value As System.String value = NColorHelper.ColorToString(c)
public static System.string ColorToString( System.Drawing.Color c )
Parameters
- c