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.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
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