Click or drag to resize

TableObjectIsValidName Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if a string is valid as a table object name.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool IsValidName(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
String to check.

Return Value

Type: Boolean
True if the string is valid as a table object name, or false otherwise.
See Also