Generates an MD5 Digest for the string-based content
            

 Declaration Syntax
public static string GenerateChecksumForContent(
	string content,
	bool fBase64Encode
)

 Parameters
- content (String)
- The content for which the MD5 Digest needs
            to be computed.
            
- fBase64Encode (Boolean)
- Whether the returned checksum should be
            base64 encoded.
            

 Return Value
A string representation of the hash with or w/o base64 encoding
            
Assembly: 
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)