Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

41cbee41 39b3 bc83 665e fbd8ff06fafe

haplokuon edited this page May 6, 2023 · 1 revision

IsValidName Method

netDxf 3.0.0 Library

Checks if a string is valid as a table object name.

Definition

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 

Parameters

  String
String to check.

Return Value

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

See Also

Reference

TableObject Class
netDxf.Tables Namespace

Clone this wiki locally