InitString.FormatTypeAssembly Method
Formats the type assembly.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim typeName As String
Dim assemblyName As String
Dim returnValue As String
returnValue = InitString.FormatTypeAssembly(typeName, assemblyName)
Syntax
'Declaration
Protected Shared Function FormatTypeAssembly ( _
typeName As String, _
assemblyName As String _
) As String
protected static string FormatTypeAssembly (
string typeName,
string assemblyName
)
protected:
static String^ FormatTypeAssembly (
String^ typeName,
String^ assemblyName
)
protected static String FormatTypeAssembly (
String typeName,
String assemblyName
)
protected static function FormatTypeAssembly (
typeName : String,
assemblyName : String
) : String
Parameters
- typeName
Specifeis the name of the type.
- assemblyName
Specifies the name of the assembly.
Return Value
Type: String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
InitString Class
InitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.