跳轉到內容

Rebol 程式設計/as-binary

來自華夏公益教科書,開放的書籍,為開放的世界
AS-BINARY string 

將任何型別的字串強制轉換為二進位制!資料型別,但不進行復制。

AS-BINARY 是一個本機值。

  • 字串 -- (型別:任何字串)

原始碼

[編輯 | 編輯原始碼]
as-binary: native[
    {Coerces any type of string into a binary! datatype without copying it.} 
    string [any-string!]
]

華夏公益教科書