encode abstract method

List<int> encode(
  1. String value
)

Encode the provided value into a List

Implementation

List<int> encode(String value);