This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 417
41cbee41 39b3 bc83 665e fbd8ff06fafe
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if a string is valid as a table object name.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool IsValidName(
string name
)
VB
Public Shared Function IsValidName (
name As String
) As Boolean
C++
public:
static bool IsValidName(
String^ name
)
F#
static member IsValidName :
name : string -> bool
- String
- String to check.
Boolean
True if the string is valid as a table object name, or false otherwise.