ScriptUtilities.ConvertToString Method (Object)
Applies To: Windows Server Update Services
Converts the specified object to a string.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string ConvertToString(
object o
)
public:
String^ ConvertToString(
Object^ o
)
member ConvertToString :
o:Object -> string
Public Function ConvertToString (
o As Object
) As String
Parameters
o
Type: System.ObjectThe object to be converted to string.
Return Value
Type: System.String
The string representation of the object.
See Also
ScriptUtilities Class
Microsoft.UpdateServices.Administration Namespace
Return to top