BsonUtilsGetFriendlyTypeName Method |
Gets a friendly class name suitable for use in error messages.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic 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