📂
Object Oriented Programming
  • Object Oriented Programming (OOP)
  • Class And Object
  • Encapsulation
  • Inheritance
  • Math Functions
  • Try---Catch Function
  • Abstraction
  • Abstract Vs Interface
  • Embedded Format Type Change Table
  • Stack vs Heap fields(RAM)
  • String vs String Builder(C#)
  • Sealed Class in C#
  • Convert Parse Farkı
Powered by GitBook
On this page
  • Compare To=>
  • Contains To=>
  • Start With=>
  • End With=>
  • Index of=>
  • Last index of=>
  • Remove=>
  • Replace=>
  • Insert =>
  • TolowerToupper=>
  • Tochararray=>
  • Trim=>

Was this helpful?

Embedded Format Type Change Table

Use this embedded format for changing type

Compare To=>

String in to int "0,1,-1"

Contains To=>

String in to bool "True,False"

Start With=>

String in to bool "True,False"

End With=>

String in to bool "True,False"

Index of=>

String in to int "0,1,2.."

Last index of=>

String in to int"0,1,2.."

Remove=>

Remove the string character

Replace=>

Change old value with new value

Insert =>

Add new value after first value

TolowerToupper=>

Change Low or up character in string

Tochararray=>

String

Trim=>

Remove the blanks of left or right on the text

PreviousAbstract Vs InterfaceNextStack vs Heap fields(RAM)

Last updated 4 years ago

Was this helpful?