| C1.C1Report.4 Assembly > C1.C1Rdl Namespace > RdlEnum<T> Class > RdlEnum<T> Constructor : RdlEnum<T> Constructor(String) |
If this string starts with an equal sign ('=') it is interpreted as an exprssion.
Otherwise, this string is converted to the T type.
'Declaration Public Function New( _ ByVal s As System.String _ )
public RdlEnum<T>( System.string s )
If this string starts with an equal sign ('=') it is interpreted as an exprssion.
Otherwise, this string is converted to the T type.