NumberingSchema.IsValidPartitionName
Description:
Tests if the given string can be used as a name for a numbering partition.
Tests if the given string can be used as a name for a numbering partition.
Remarks:
For a name to be considered valid it must contain only printable characters excluding any characters that may not be used in name of a file.
For a name to be considered valid it must contain only printable characters excluding any characters that may not be used in name of a file.
public static bool IsValidPartitionName(
string name,
out string message
)
-
A non-optional argument was null