IAutomationMakeStringCADConform Method

Supersedes all not allowed characters with _.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static string MakeStringCADConform(
	string NameToMakeCadConform,
	bool allowBigLetters
)

Parameters

NameToMakeCadConform  String
String to make cad conform.
allowBigLetters  Boolean
Should the return string contains only lower chars (false).

Return Value

String
String without special chars (nealy only letters and numbers).

See Also