PhoneNumberUtils.CalledPartyBCDFragmentToString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CalledPartyBCDFragmentToString(Byte[], Int32, Int32) |
Comme appeléPartyBCDToString, mais le champ ne commence pas par un octet TOA. |
CalledPartyBCDFragmentToString(Byte[], Int32, Int32, BcdExtendedType) |
Comme appeléPartyBCDToString, mais le champ ne commence pas par un octet TOA. |
CalledPartyBCDFragmentToString(Byte[], Int32, Int32)
Comme appeléPartyBCDToString, mais le champ ne commence pas par un octet TOA.
[Android.Runtime.Register("calledPartyBCDFragmentToString", "([BII)Ljava/lang/String;", "")]
public static string? CalledPartyBCDFragmentToString (byte[]? bytes, int offset, int length);
[<Android.Runtime.Register("calledPartyBCDFragmentToString", "([BII)Ljava/lang/String;", "")>]
static member CalledPartyBCDFragmentToString : byte[] * int * int -> string
Paramètres
- bytes
- Byte[]
- offset
- Int32
- length
- Int32
Retours
- Attributs
Remarques
Comme appeléPartyBCDToString, mais le champ ne commence pas par un octet TOA. Par exemple : champs d’extension ADN SIM
Ce membre est déconseillé. utilisez #calledPartyBCDFragmentToString(byte[], int, int, int)
à la place. L’appel de cette méthode équivaut à appeler #calledPartyBCDFragmentToString(byte[], int, int, int)
avec #BCD_EXTENDED_TYPE_EF_ADN
le type étendu.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
S’applique à
CalledPartyBCDFragmentToString(Byte[], Int32, Int32, BcdExtendedType)
Comme appeléPartyBCDToString, mais le champ ne commence pas par un octet TOA.
[Android.Runtime.Register("calledPartyBCDFragmentToString", "([BIII)Ljava/lang/String;", "", ApiSince=28)]
public static string? CalledPartyBCDFragmentToString (byte[]? bytes, int offset, int length, Android.Telephony.BcdExtendedType bcdExtType);
[<Android.Runtime.Register("calledPartyBCDFragmentToString", "([BIII)Ljava/lang/String;", "", ApiSince=28)>]
static member CalledPartyBCDFragmentToString : byte[] * int * int * Android.Telephony.BcdExtendedType -> string
Paramètres
- bytes
- Byte[]
- offset
- Int32
- length
- Int32
- bcdExtType
- BcdExtendedType
Retours
- Attributs
Remarques
Comme appeléPartyBCDToString, mais le champ ne commence pas par un octet TOA. Par exemple : champs d’extension ADN SIM
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.