Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function NotEmpty( _ ByVal value As String _ ) As String |
Parameters
- value
Exception | Description |
---|---|
System.ArgumentNullException | The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |
System.ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
Check ClassCheck Members
Overload List
Source Code
Shared/Check.csUsed By
IpcEventChannel.RaiseLocal(String,String[])PropertySerializer.AddMember(String)
PropertyType PropertyType.TraverseProperties(Type,String[])
PropertyValue PropertyValue.TraverseProperties(Object,String[])
Boolean RegistryStorage.Read(String,String,String)
RegistryStorage.Write(String,String,String)
RegistryStorage.Delete(String,String)
Boolean IsolatedStorage.Read(String,String,String)
IsolatedStorage.Write(String,String,String)
IsolatedStorage.Delete(String,String)
Boolean FileStorage.Read(String,String,String)
FileStorage.Write(String,String,String)
FileStorage.Delete(String,String)
Boolean DictionaryStorage.Read(String,String,String)
DictionaryStorage.Write(String,String,String)
DictionaryStorage.Delete(String,String)
SvcControlManager.SetServiceExeArgs(String,String[])
SvcControlManager SvcControlManager.Create(String,String,Boolean,ServiceStartMode,String,String[],String,String)