-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_IoCode_IsWellFormedSimpleName
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Asserts that specified path is well-formed simple name.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static void IsWellFormedSimpleName(
string path,
string argName
)
VB
Public Shared Sub IsWellFormedSimpleName (
path As String,
argName As String
)
F#
static member IsWellFormedSimpleName :
path : string *
argName : string -> unit
- path
- Type: System.String
The path. - argName
- Type: System.String
Name of the argument.