Reducing the string Length of a Guuid

Hallo

I currently use ON_UuidToString to get string from ON_UUID.
But now I need to covert to base64string. If there is a way to get that from ON_UUID??

Hi @BiljanaN

You might see if ON_Base64EncodeStream and ON_DecodeBase64 help.

– Dale

Hi Dale
I saw the classes but I don’t know how to use them.
Did you have some simple example?

Hi @BiljanaN,

I don’t see Rhino using the class I mentioned.

About using ATL?

https://weblogs.asp.net/kennykerr/visual-c-in-short-encoding-and-decoding-with-base64

– Dale