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.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
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