AvroContractResolver.GetStrippedTypeName Method

Combines the type namespace and name and removes all symbols not compatible with Avro.

Namespace:  Microsoft.Hadoop.Avro
Assembly:  Microsoft.Hadoop.Avro (in Microsoft.Hadoop.Avro.dll)

Syntax

'Declaration
Protected Function GetStrippedTypeName ( _
    type As Type _
) As String
'Usage
Dim type As Type 
Dim returnValue As String 

returnValue = Me.GetStrippedTypeName(type)
protected string GetStrippedTypeName(
    Type type
)
protected:
String^ GetStrippedTypeName(
    Type^ type
)
member GetStrippedTypeName : 
        type:Type -> string
protected function GetStrippedTypeName(
    type : Type
) : String

Parameters

Return Value

Type: System.String
The stripped type name.

See Also

Reference

AvroContractResolver Class

Microsoft.Hadoop.Avro Namespace