Skip to content

M_CodeJam_IO_IoCode_IsWellFormedSimpleName

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

IoCode.IsWellFormedSimpleName Method

Asserts that specified path is well-formed simple name.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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 

Parameters

 

path
Type: System.String
The path.
argName
Type: System.String
Name of the argument.

See Also

Reference

IoCode Class
CodeJam.IO Namespace

Clone this wiki locally