MarshallersStringMarshaller Property |
Returns a marshaller for string type. This is useful for testing.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic static Marshaller<string> StringMarshaller { get; }
Public Shared ReadOnly Property StringMarshaller As Marshaller(Of String)
Get
public:
static property Marshaller<String^>^ StringMarshaller {
Marshaller<String^>^ get ();
}
static member StringMarshaller : Marshaller<string> with get
Property Value
Type:
MarshallerString
See Also