 | CheckNotEmpty Method |
Namespace: BobsAssembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntaxpublic static string NotEmpty(
string value,
string paramName
)
Public Shared Function NotEmpty (
value As String,
paramName As String
) As String
public:
static String^ NotEmpty(
String^ value,
String^ paramName
)
static member NotEmpty :
value : string *
paramName : string -> string
Parameters
- value
- Type: SystemString
The value of the argument. - paramName
- Type: SystemString
The name of the argument.
Return Value
Type:
StringThe value of the argument.
See Also