Searched refs:GetBytesUTF8 (Results 1 – 2 of 2) sorted by relevance
46 public static byte[] GetBytesUTF8(string str) in GetBytesUTF8() method in Grpc.Core.Internal.MarshalUtils
137 var statusDetailBytes = MarshalUtils.GetBytesUTF8(status.Detail); in StartSendStatusFromServer()