3 references to ToBase64WrappedString
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXDataNode.cs (3)
373
nodeInfo.ValueData =
ToBase64WrappedString
((byte[])value);
405
string text =
ToBase64WrappedString
(data);
424
string text =
ToBase64WrappedString
(ms.ToArray());