Skip to content

M_CodeJam_DebugCode_NotNullNorWhiteSpace

andrewvk edited this page Apr 5, 2016 · 6 revisions

DebugCode.NotNullNorWhiteSpace Method

[This is preliminary documentation and is subject to change.]

Ensures that arg is not null nor white space

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[ConditionalAttribute("DEBUG")]
public static void NotNullNorWhiteSpace(
	string arg,
	string argName
)

VB

<ConditionalAttribute("DEBUG")>
Public Shared Sub NotNullNorWhiteSpace ( 
	arg As String,
	argName As String
)

F#

[<ConditionalAttribute("DEBUG")>]
static member NotNullNorWhiteSpace : 
        arg : string * 
        argName : string -> unit 

Parameters

 

arg
Type: System.String
[Missing documentation for "M:CodeJam.DebugCode.NotNullNorWhiteSpace(System.String,System.String)"]
argName
Type: System.String
[Missing documentation for "M:CodeJam.DebugCode.NotNullNorWhiteSpace(System.String,System.String)"]

See Also

Reference

DebugCode Class
CodeJam Namespace

Clone this wiki locally