So for example I have a base64 encoded string and want to decode it. The length of the string is 29 characters so obviously to decode it I have to use 32 characters.
Convert.FromBase64() only allows up to 2 padding charcaters. Is there simply no case where I'd need 3 padding characters because of base64 encoding?