BsonUtilsGetFriendlyTypeName Method |
Gets a friendly class name suitable for use in error messages.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax public static string GetFriendlyTypeName(
Type type
)
Public Shared Function GetFriendlyTypeName (
type As Type
) As String
static member GetFriendlyTypeName :
type : Type -> string
Parameters
- type
- Type: SystemType
The type.
Return Value
Type:
StringA friendly class name.
See Also