Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. String
  4. String.fromCharCode factory constructor
String.fromCharCode
description

String.fromCharCode constructor

String.fromCharCode(
  1. intcharCode
)

Allocates a new string containing the specifiedcharCode.

If thecharCode can be represented by a single UTF-16 code unit, the newstring contains a single code unit. Otherwise, thelength is 2 andthe code units form a surrogate pair. See documentation forfromCharCodes.

Creating aString with one half of a surrogate pair is allowed.

Implementation

external factory String.fromCharCode(int charCode);
  1. Dart
  2. dart:core
  3. String
  4. String.fromCharCode factory constructor
String class

[8]ページ先頭

©2009-2025 Movatter.jp