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