'Declaration
Public Shared Function FromString( _ ByVal s As System.String _ ) As NArgbColorValue
'Usage
Dim s As System.String Dim value As NArgbColorValue value = NArgbColorValue.FromString(s)
public static NArgbColorValue FromString( System.string s )
Parameters
- s