3 references to ToBase64WrappedString
System.Windows.Forms (3)
System\Resources\ResXDataNode.cs (3)
234nodeInfo.ValueData = ToBase64WrappedString(bytes); 270nodeInfo.ValueData = data is null ? string.Empty : ToBase64WrappedString(data); 318nodeInfo.ValueData = ToBase64WrappedString(stream.ToArray());