Sdílet prostřednictvím


CodeContract.RequiresArgumentNotEmptyOrWhitespace(String, String) Metoda

Definice

Vyžaduje, aby řetězec nebyl prázdný nebo obsahoval pouze prázdné znaky.

public:
[System::Runtime::CompilerServices::Extension]
 static void RequiresArgumentNotEmptyOrWhitespace(System::String ^ value, System::String ^ argumentName);
public static void RequiresArgumentNotEmptyOrWhitespace (this string value, string argumentName);
static member RequiresArgumentNotEmptyOrWhitespace : string * string -> unit
<Extension()>
Public Sub RequiresArgumentNotEmptyOrWhitespace (value As String, argumentName As String)

Parametry

value
String

hodnota

argumentName
String

Řetězcové vyjádření argumentu

Platí pro