Drag-Drop-Set-Property-Item
This commit is contained in:
@ -488,13 +488,4 @@ public class C_Resize
|
||||
return results;
|
||||
}
|
||||
|
||||
public static byte[] GetBytes(string value)
|
||||
{
|
||||
byte[] results = new byte[value.Length + 1];
|
||||
for (int i = 0; i < value.Length; i++)
|
||||
results[i] = (byte)value[i];
|
||||
results[value.Length] = 0x00;
|
||||
return results;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user