Method | Description | |
---|---|---|
ValidateIsNotNullNorEmpty ( string value, string parameterName ) : void | ||
ValidateNamespace ( string @namespace, string parameterName ) : void |
Method | Description | |
---|---|---|
IsPrintable ( UnicodeCategory category ) : bool |
Determine specified category is printiable. This method is conservative, but application cannot print the charactor because appropriate font is not installed the machine. |
public static ValidateIsNotNullNorEmpty ( string value, string parameterName ) : void | ||
value | string | |
parameterName | string | |
return | void |
public static ValidateNamespace ( string @namespace, string parameterName ) : void | ||
@namespace | string | |
parameterName | string | |
return | void |