How convert String to Hex?
    Marcone 
    marcone at email.com
       
    Sat Apr 18 15:47:38 UTC 2020
    
    
  
How convert String to Hex?
Example:
string text = "Hello World"; // Converted to Hex = 
48656c6c6f20576f726c64
    
    
More information about the Digitalmars-d-learn
mailing list