User Tools

Site Tools


string_char_byte

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
string_char_byte [2018/01/24 11:02] wolfgangriedmannstring_char_byte [2018/02/12 07:10] wolfgangriedmann
Line 1: Line 1:
-====== String, Char und Byte ======+====== String, Char and Byte ======
  
 **In .NET every string is Unicode**. **In .NET every string is Unicode**.
Line 47: Line 47:
 aChars := cString:ToCharArray()</code> aChars := cString:ToCharArray()</code>
  
 +If you need to initialize a byte array (as every array), you need to write as follows:
 +<code>local aBuffer as byte[]
  
 +aBuffer := Byte[]{ 128 }</code>
string_char_byte.txt · Last modified: 2018/08/20 04:04 by wolfgangriedmann