SyntaxCheck::CheckMachineName Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Checks the syntax of the machine name to confirm that it does not contain "\".
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System::String^
A string containing the machine name to check.
Return Value
Type: System::Booleantrue if value matches the proper machine name format; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: