"Тип string" is not found on TREX in Bulgarian-English direction
Try Searching In English-Bulgarian (Тип string)

Low quality sentence examples

Задаване на литерал за символен низ Задаването на литерал за символен низ означава предаване на предефинирано текстово съдържание на променлива от тип string.
Setting a string literal means to assign a predefined textual content to a variable of type string.
Да вземем за пример 2 дефинирани променливи str1 и str2 от тип String, които имат стойности съответно"Super" и"Star.
Consider two variables str1 and str2 of type string, which have values of"Super" and"Star.
приема като първи параметър елемент от тип string, а след него нула или повече елементи от тип int.
has as a first parameter an element of type string, and right after it there can be one or more parameters of type int.
а променливите от тип string пазят препратка към паметта(референция към обект в динамичната памет.
the dynamic memory(managed heap), and the variables of type string keeps a reference to an object in the heap.
Да приемем, че имаме за задача да запишем числата от 1 до 20 000 последователно едно до друго в променлива от тип string.
Assume that we have a task to store the numbers from 1 to 20,000 consecutively to each other in a variable of type string.
Декларирайте две променливи от тип string и им присвоете стойност"The"use" of quotations causes difficulties."(без
Declare two variables of type string and assign them a value“The"use" of quotations causes difficulties.”(without
За имената използвайте тип string, за пола използвайте тип char(имаме само един символ м/ж),
For the names use type string, for the gender use type char(only one char m/f),
че са от тип string, а за свойството Speed, че е от тип int.
Brand are of type string and Speed will be set as int.
Преобразуване от тип Object към тип String ще изисква проверка по време на изпълнение, за да потвърди, че стойността е наистина инстанция от тип String или от някои от класовете наследници на String..
Conversion of type object to type string will require verification at runtime to ensure that the value is really an instance of type string..
този път към тип string, за да може да бъде отпечатан на конзолата.
this time to type string, so it can be printed on the console.
които са съответно от тип string и int, точно в тази последователност.
with parameters of type's string and int, ordered as shown below.
Ако поне един от аргументите в израза е от тип string, и има други операнди, които не са от тип string, то те автоматично ще бъдат преобразувани към тип string.
If at least one of the arguments in the expression is of type string, and there are other operands not of type string, they will automatically be converted to type string to allow successful string concatenation.
Типът string в C съдържа текст,
The string type in C holds text,
Референтни типове(най-вече типът string.
Reference types(mostly the type string.
Ето един пример за използване на типа string.
Here is an example of the usage of the string.
Забележете, че типа string е sealed
Have in mind, that the type string is sealed,
В типа string може да се запишат текстове на всички широко разпространени азбуки и писмени системи от човешк ите езици- латиница,
The string type can store texts written in all widespread alphabets and human writing systems- Latin,
Промяната на коя да е от променливите обаче ще се отрази само и единствено на нея, поради неизменимостта на типа string, тъй като при промяната ще се създаде копие на променяния стринг.
The change of either variable will affect only itself because of the immutability of the type string, as when a change occurs, a copy of the changed string will be created.
Универсални String тип вложки.
Universal String-Type Inserts.
Типът string е референтен тип(обект) и неговите стойности се пазят в динамичната памет.
The type string is a reference type(object) and its values are stored in the dynamic memory.