2027 Method
Changes 0
M

NumberingSchema.IsValidPartitionName

Description:
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.
public static bool IsValidPartitionName(
	string name,
	out string message
)
  • String
    name
    A name to validate.
  • String%
    message
    Optional string to receive an error message to possibly show to the end user in case the name is found invalid. This argument may be null.
Return Value Boolean Returns True if the name can be used; or False if the string contains invalid characters.