Giriş DeğeriDocumentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
String tipindeki key değerlerini numerik veri tipine dönüştürebilir. Bu sayfa, modify-overwrite-beta operasyonu ile toLong fonksiyonunu kullanarak string değerleri Long tipine çevirme örneğini içerir.
Giriş DeğeriDocumentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"kisiId": "123",
"uyeId": "456",
"adi": "xxx",
"soyadi": "yyy"
}
=toLong ifadesi, string değerleri Long tipine dönüştürür. Eğer değer geçerli bir sayı değilse hata oluşabilir.[
{
"operation": "modify-overwrite-beta",
"spec": {
"kisiId": "=toLong",
"uyeId": "=toLong"
}
}
]
{
"kisiId": 123,
"uyeId": 456,
"adi": "xxx",
"soyadi": "yyy"
}
Bu sayfa yararlı mıydı?